Two-dimensional Verification Task (That is an advanced challenge!)
Implement and verify a function that solves the maximum-sum submatrix problem.
You should verify that
1. the function returns a value which is the sum of a submatrix within the input
matrix, and that